projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20f55f9
)
(Fx_create_frame): Set the size_hint_flags field.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 2 May 1994 00:45:44 +0000
(
00:45
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 2 May 1994 00:45:44 +0000
(
00:45
+0000)
Don't call x_calc_absolute_position.
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 9a2555c542a46b020393ceb74f29225cb11fdadf..8f01f66ee15fe8556170ec27fff7444fc581b6e9 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-1862,7
+1862,7
@@
x_window (f, window_prompting, minibuffer_only)
XtSetValues (shell_widget, al, ac);
}
- x_calc_absolute_position (f
, window_prompting
);
+ x_calc_absolute_position (f);
XtManageChild (pane_widget);
XtRealizeWidget (shell_widget);
@@
-2258,6
+2258,8
@@
be shared by the new frame.")
f->display.x->win_gravity = NorthWestGravity;
}
+ f->display.x->size_hint_flags = window_prompting;
+
#ifdef USE_X_TOOLKIT
x_window (f, window_prompting, minibuffer_only);
#else